projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1023b16
)
(tramp-handle-load): Fix typo in error message.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 21 Jul 2005 09:49:07 +0000
(09:49 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 21 Jul 2005 09:49:07 +0000
(09:49 +0000)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 6d6e606e5e57b7659bdd3b6dce995c43d9450956..9b029a170740bc0c3b8fe19306d7b6558a169488 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-2095,7
+2095,7
@@
target of the symlink differ."
file)))
(unless noerror
(when (not (file-exists-p file))
- (error "Cannot load nonexist
a
nt file `%s'" file)))
+ (error "Cannot load nonexist
e
nt file `%s'" file)))
(if (not (file-exists-p file))
nil
(unless nomessage